create database - Docs search results

CREATE DATABASE

CREATE DATABASE Name CREATE DATABASE -- create a new database Synopsis CREATE DATABASE name

Creating a Database

Databases Next 21.2. Creating a Database In order to create a database, the PostgreSQL server

Creating a Database

Creating a Database The first test to see whether you can access the database server

Index

CREATE DATABASE, Creating a Database , CREATE DATABASE CREATE DOMAIN, CREATE DOMAIN CREATE EVENT TRIGGER, CREATE

Template Databases

Databases CREATE DATABASE actually works by copying an existing database. By default, it copies the standard

createdb

create a new PostgreSQL database Synopsis createdb [ connection-option ...] [ option ...] [ dbname [ description ]] Description createdb creates

Creating a Database Cluster

Creating a Database Cluster Before you can do anything, you must initialize a database storage

pg_restore

database.) -C --create Create the database before restoring into it. If --clean is also specified

initdb

create a new PostgreSQL database cluster Synopsis initdb [ option ...] [ --pgdata | -D ] directory Description initdb creates

Reference

CREATE DATABASE  -- create a new database CREATE DOMAIN  -- define a new domain

pg_dump

create the database itself and reconnect to the created database. (With a script of this

CREATE ROLE

CREATE ROLE -- define a new database role Synopsis CREATE ROLE name [ [ WITH ] option

SQL Commands

CREATE DATABASE  -- create a new database CREATE DOMAIN  -- define a new domain

Tablespaces

database it is copied from. Two tablespaces are automatically created when the database cluster is initialized

Release 7.3

CREATE DATABASE so superusers can create databases on behalf of unprivileged users (Gavin Sherry, Tom) Add new object